dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class / ToString Method

In This Topic
    ToString Method (PgSqlRangeType<T>)
    In This Topic
    Converts the current PgSqlPath structure to a System.String.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String object.
    See Also